projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757210d
)
(archive-set-buffer-as-visiting-file): Bind buffer-undo-list
author
Juri Linkov
<juri@jurta.org>
Tue, 9 May 2006 23:10:24 +0000
(23:10 +0000)
committer
Juri Linkov
<juri@jurta.org>
Tue, 9 May 2006 23:10:24 +0000
(23:10 +0000)
to t (undo-ask is reproducible by visiting nested archives).
lisp/arc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/arc-mode.el
b/lisp/arc-mode.el
index ac8ee271642d366c2e19543ce0e79ee1c30e9e2f..96b41eca88d72f99c6bb8f0b482e978999b2e18d 100644
(file)
--- a/
lisp/arc-mode.el
+++ b/
lisp/arc-mode.el
@@
-863,7
+863,8
@@
using `make-temp-file', and the generated name is returned."
"Set the current buffer as if it were visiting FILENAME."
(save-excursion
(goto-char (point-min))
- (let ((coding
+ (let ((buffer-undo-list t)
+ (coding
(or coding-system-for-read
(and set-auto-coding-function
(save-excursion